home *** CD-ROM | disk | FTP | other *** search
/ Mission 3 / Mission 3.zip / Mission 3.iso / vollvers / egonlt98 / metados / readme.txt < prev   
Text File  |  1996-08-30  |  3KB  |  71 lines

  1. MetaDOS 2.70
  2.     These are the essential elements to get any SCSI CD ROM drive going on 
  3.     an Atari TT or to use an `Atari CDAR 504' CD ROM on an Atari with 
  4.     ACSI port. It does NOT support SCSI drives connected to an ACSI 
  5.     port. It does NOT support the Atari Falcon030 at all (in these 
  6.     cases, you'll need third-party drivers). You may use it 'as is', don't 
  7.     expect any updates.
  8.  
  9.     This release fixes only some small problems present in previous 
  10.     versions.
  11.  
  12. FILES
  13.     \AUTO\CDARGEN.BOS
  14.         Generalized version of physical device driver. This driver only 
  15.         supports SCSI CD ROMs connected to the SCSI port of the Atari TT 
  16.         (or the Atari 'CDAR 504' connected to the ACSI port of any Atari 
  17.         computer with ACSI port).
  18.  
  19.     \AUTO\HSMAY86.DOS
  20.         Version 2.70 driver for CD-ROMs in High Sierra format (usually not 
  21.         needed).
  22.  
  23.     \AUTO\ISO9660F.DOS
  24.         Version 2.70 driver for CD-ROMs in ISO 9660 format (the ISO format is 
  25.         the 'real' final version of the original High Sierra specification).
  26.  
  27.     \AUTO\METADOS.PRG
  28.         Version 2.70 of MetaDOS.
  29.  
  30.     \AUTO\CONFIG.SYS
  31.         Configuration file. You will have to edit this file to assign 
  32.         drive numbers and/or drive letters. In addition, you can edit the 
  33.         path names for all driver files (if \AUTO\BOOT\ isn't ok for you).
  34.  
  35. INSTALLATION
  36.     Copy METADOS.PRG, CONFIG.SYS, CDARGEN.BOS, ISO9660F.DOS and 
  37.     HSMAY86.DOS into the AUTO folder, edit the ASCII file CONFIG.SYS for 
  38.     your specific settings. Reboot.
  39.     
  40.     Note that MetaDOS will work fine with MiNT, as long as MiNT is 
  41.     started AFTER MetaDOS. MetaDOS 2.70 and newer versions enforce
  42.     this by checking for the presence of MiNT.
  43.  
  44. KNOWN PROBLEMS
  45.     METADOS.PRG
  46.         Some programs won't access drive letters beyond P: (MetaDOS can 
  47.         install drive letters up to Z:).
  48.  
  49.         Technical problems: It's not possible to redirect GEMDOS standard 
  50.         input/output to MetaDOS files (only applies to people using 
  51.         command line shells).
  52.  
  53.     ISO9660F.DOS and HSMAY86.DOS
  54.         Sometimes, media change doesn't work properly. If this happens to 
  55.         you, eject the disk, insert it again and wait a few seconds before 
  56.         the next try.
  57.  
  58.     CDARGEN.BOS
  59.         The old audio commands (documented in the developer's 
  60.         documentation) are only supported for backwards compatibility 
  61.         only; some flags do not work at all.
  62.  
  63.         Technical problems: the MetaDOS XBIOS calls that cause I/O with an 
  64.         ACSI device require that buffers are allocated in ST compatible 
  65.         RAM (see Mxalloc documentation).
  66.  
  67.         Some CD ROM drives need special initializations to be able to 
  68.         access disks in XA format (Photo CD). CDARGEN.BOS has no special 
  69.         support for those drives.
  70.  
  71.